home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The World's Largest Collection of Windows Software
/
The World's Largest Collection of Windows Software - Disc 1.iso
/
dsk_util
/
_b1
/
resgauge
/
resgauge.def
< prev
next >
Wrap
Text File
|
1992-08-19
|
606b
|
20 lines
; =============================================================================
; resgauge.def -- module definition file for ResGauge.
; =============================================================================
NAME ResGauge
DESCRIPTION 'ResGauge v1.3 - 23 August 1992'
EXETYPE WINDOWS 3.1
STUB 'WINSTUB.EXE'
CODE PRELOAD MOVEABLE DISCARDABLE
DATA PRELOAD MOVEABLE MULTIPLE
HEAPSIZE 1024
STACKSIZE 8192
EXPORTS AboutDlgProc
ConfigDlgProc
MainWndProc
; ===================
; end of resgauge.def
; ===================